home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Dyno.swf / scripts / DefineButton2_37 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-07-12  |  205 b   |  14 lines

  1. on(release){
  2.    nextFrame();
  3.    tellTarget("/lives")
  4.    {
  5.       gotoAndStop(1);
  6.    }
  7.    set("/score:count","0");
  8.    tellTarget("/green")
  9.    {
  10.       gotoAndStop("safety");
  11.       play();
  12.    }
  13. }
  14.